@charset "utf-8";

html,
body{
	height: 100%;
}

*{
	margin: 0;
	padding: 0;
	border: none;
	font-family: "microsoft yahei";
	text-decoration: none;
	list-style: none;
}

.max_content{
	max-width: 500px;
	 
	margin: 0 auto;
}

.base_consult_content{
	width: 100%;
	max-width: 500px;
	position: fixed;
	bottom: 0;
	z-index: 3;
}

.base_consult_btn span{
	width: 100%;
	padding: 12px 0;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #fff;
	background-color: #01cd88;
}

.consult_mask_content{
	width: 100%;
	max-width: 500px;
	height: 100%;
	background: rgba(0,0,0,0);
	position: fixed;
	top: 100%;
	z-index: 10;
	transition: all .5s;
}

.consult_mask_content.active{
	top: 0;
	background: rgba(0,0,0,.8);
}

.consult_mask_box{
	width: 100%;
	height: 100%;
	/*margin-top: 419px;*/
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: end;
	-moz-box-align: end;
}

.consult_mask{
	width: 100%;
	background-color: #fff;
}

.consult_mask_head{
	padding: 8px 14px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
}

.consult_mask_head span{
	font-size: 14px;
	color: #808080;
	display: block;
}

.consult_mask_head i{
	font-size: 18px;
	color: #808080;
	display: block;
	font-style: normal;
}

.consult_mask_banner{
	width: 100%;
	max-height: 70px;
	overflow: hidden;
}

.consult_mask_banner img{
	width: 100%;
	display: block;
}

.consult_mask_info{
	padding-top: 16px;
}

.consult_mask_info p{
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.consult_mask_info p span{
	padding: 0 3px;
	color: #01cd88;
}

.consult_mask_mode{
	padding: 25px 15px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
}

.consult_mask_mode a{
	padding: 8px 0;
	margin: 0 15px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: center;
	text-indent: 2em;
	font-size: 14px;
	display: block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: 25% center;
	background-size: 17px 18px;
}

.consult_mask_mode a:first-child{
	color: #f03324;
	background-image: url(icon_qq.png);
}

.consult_mask_mode a:last-child{
	color: #00a0e9;
	background-image: url(icon_tel.png);
}

.consult_mask_qrcode{
	background-image: -webkit-linear-gradient(0,#f0f0f0,#f0f0f0 50%,transparent 50%);
	background-image: -moz-linear-gradient(0,#f0f0f0,#f0f0f0 50%,transparent 50%);
	background-image: -ms-linear-gradient(0,#f0f0f0,#f0f0f0 50%,transparent 50%);
	background-image: -o-linear-gradient(0,#f0f0f0,#f0f0f0 50%,transparent 50%);
	background-image: linear-gradient(0,#f0f0f0,#f0f0f0 50%,transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top;
}

.consult_mask_qrcode p{
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #fafafa;
}

.consult_mask_qrcode_img{
	padding: 22px 0;
	text-align: center;
	font-size: 0;
}

.consult_mask_qrcode_img img{
	width: 104px;
	height: 104px;
}









